(PHP 4 >= 4.0.3, PHP 5 <= 5.0.5)
ovrimos_connect — Connect to the specified database
ovrimos_connect() is used to connect to the specified database.
ovrimos_connect() returns a connection id (greater than 0) or 0 for failure. The meaning of 'host' and 'port' are those used everywhere in Ovrimos APIs. 'Host' is a host name or IP address and 'db' is either a database name, or a string containing the port number.
Example #1 ovrimos_connect() Example
The above example will connect to the database and print out the specified table.